Don't run testfocus in 'make check'
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Jul 2011 23:37:39 +0000 (19:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Jul 2011 23:37:39 +0000 (19:37 -0400)
It is not meant for that.

tests/a11y/Makefile.am

index 83f4d19b168849ca8fdaad02a6e2f52d16b30f68..d3fb9abfb6d49b0a56fd38755e9611354530a832 100644 (file)
@@ -26,10 +26,11 @@ TEST_PROGS += text
 TEST_PROGS += children
 
 TEST_PROGS += focus
-TEST_PROGS += testfocus
 
 TEST_PROGS += util
 
+noinst_PROGS = testfocus
+
 EXTRA_DIST += \
        hello-world.ui hello-world.txt \
        mnemonic.ui mnemonic.txt \